runtime.spanSet.push (method)

8 uses

	runtime (current package)
		mcache.go#L227: 	mheap_.central[spc].mcentral.fullSwept(mheap_.sweepgen).push(s)
		mcentral.go#L152: 				c.fullSwept(sg).push(s.mspan)
		mcentral.go#L230: 			c.partialSwept(sg).push(s)
		mcentral.go#L234: 			c.fullSwept(sg).push(s)
		mgcsweep.go#L685: 				mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
		mgcsweep.go#L687: 				mheap_.central[spc].mcentral.partialSwept(sweepgen).push(s)
		mgcsweep.go#L723: 		mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
		mspanset.go#L74: func (b *spanSet) push(s *mspan) {